Feature: Create tag

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 14.720s

Scenario: Create a tag successfully

Before 0m 1.596s
Given I navigate to page "http://localhost:2368/ghost/" 0m 1.643s
And I enter email "<ADMIN_EMAIL>" 0m 0.483s
And I enter password "<ADMIN_PASSWORD>" 0m 0.483s
And I click on the login button 0m 0.756s
And I wait for 2 seconds 0m 2.283s
And I click on tags option 0m 0.387s
And I wait for 2 seconds 0m 2.305s
When I click on the new tags button 0m 0.455s
And I write "Nuevo tag" in the tag name 0m 0.375s
And I write "Descripción de tag" in the tag description 0m 0.437s
And I save the new tag 0m 0.455s
And I click on tags option 0m 0.394s
And I wait for 2 seconds 0m 2.304s
Then I see that there is a tag in the list with name "Nuevo tag" 0m 0.341s
After 0m 0.023s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/"
And I enter email "<ADMIN_EMAIL>"
And I enter password "<ADMIN_PASSWORD>"
And I click on the login button
And I wait for 2 seconds
And I click on tags option
And I wait for 2 seconds
When I click on the new tags button
And I write "Nuevo tag" in the tag name
And I write "Descripción de tag" in the tag description
And I save the new tag
And I click on tags option
And I wait for 2 seconds
Then I see that there is a tag in the list with name "Nuevo tag"
After
NO IMAGE AVAILABLE